Update userspace-resource-manager version from 0.1 to 0.2#1678
Draft
kartnema wants to merge 1 commit intoqualcomm-linux:masterfrom
Draft
Update userspace-resource-manager version from 0.1 to 0.2#1678kartnema wants to merge 1 commit intoqualcomm-linux:masterfrom
kartnema wants to merge 1 commit intoqualcomm-linux:masterfrom
Conversation
Contributor
|
Please fix your commit message, see the pattern with git log, make sure you have your sign-off-by, etc. |
Update userspace-resource-manager version from 0.1 to 0.2 CHANGES for 0.2: * Added Classifier support to listen to and respond to incoming process events, in the 0.1 release classifier was disabled by default as the module was in active development, this release enables it. * Added support for custom AppConfigs to support use case specific per-app configurations. * Extended support for multiple Plugins, to influence config selection, and addition of custom resource Appliers and Teardown Callbacks. * Enhanced config parsing code to support common, target specific as well as custom configs. * Bug fixes for memory leaks and memory increase patterns seen in 0.1 * Renaming and Addition of new Interfaces, like URM_REGISTER_POST_PROCESS_CB, GET_TARGET_INFO which can be used by plugin code to register with URM, and fetch target information respectively. Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CHANGES for 0.2: